.header_pc a{
    color: #fff;
  }
  /* 顶部logo */
  .header_pc .top-img {
  width: 1200px;
  margin: 0 auto;
  padding: 17px 0;
}
.header_pc .top-img img {
  width: 384px;
  height: 86px;
}
.header_pc .middle {
  width: 1310px;
  height: 60px;
  margin: auto;
}
/* 导航栏 */
.header_pc .nav {
  width: 100%;
  background-color: #01397c;
  margin: auto;
}
.header_pc .home {
  float: left;
  margin: 9px 53px 9px 54px;
  cursor: pointer;
}
.header_pc .home-top {
  text-align: center;
  height: 24px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 4px;
}
.header_pc .home-bottom {
  text-align: center;
  width: 43px;
  height: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 14px;
}
.header_pc .nav-content-li {
  padding: 18px 35px 18px 35px;
  text-align: center;
  float: left;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  list-style-type: none;
  position: relative;
  cursor: pointer;
}
.header_pc .nav-content-li ul {
  background-color: #538bd7;
  color: #ffffff;
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 11;
}
.header_pc .nav-content-li ul li {
  color: #ffffff;
  width: 150px;
  height: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 6px 0 6px 0;
}
.header_pc .nav-content-li ul li:hover {
  color: #0f60c3;
  background-color: #ffffff;
}
.header_pc .nav-content-li:hover {
  background-color: #0f60c3;
}
.header_pc .nav-content-li:hover ul {
  display: block;
}

.header_acitve{
  background-color: #0f60c3;
}